home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIDIB.PAK / PALETTE.H < prev    next >
Text File  |  1997-05-06  |  326b  |  11 lines

  1. // palette defines
  2. #define PALVERSION 0x300    // palette version
  3.  
  4. // function prototypes
  5. LRESULT  ProcessPaletteChanged(HWND, WPARAM);
  6. LRESULT  ProcessQueryNewPalette(HWND);
  7. BOOL     IsPaletteDevice(void);     
  8. int      PalEntriesOnDevice(HDC); 
  9. int      ColorsInPalette(HPALETTE);
  10. HPALETTE GetSystemPalette(void);
  11.